Html Css Color HEX #B42BED Dark Orchid

📋 copy color: '#B42BED'

red 180 ◦ green 43 ◦ blue 237

#B42BED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B42BED

Tints of Dark Orchid #B42BED

RGB

 RED value IS 180 (70.7% from 255) = 39.13%

 GREEN value IS 43 (17.19% from 255) = 9.35%

 BLUE value IS 237 (92.97% from 255) = 51.52%

R = 39.13%
G = 9.35%
B = 51.52%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B42BED (or 0xB42BED) is known color: Dark Orchid. HEX triplet: B4, 2B and ED. RGB value is (180,43,237). Sum of RGB (Red+Green+Blue) = 180+43+237=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #B42BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42BED is #4BD412. Grayscale: #696969. Windows color (decimal): -4969491 or 15543220. OLE color: 15543220.

HSL color Cylindrical-coordinate representation of color #B42BED: hue angle of 282.37º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B42BED is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 43 237 -
CMYK 0.24 0.82 0 0.07
HSL 282.37º 0.84% 0.55% -
HSV(B) 282.37º 0.82% 0.93% -
XYZ 34.97 17.55 81.66 -
YUV 106.08 201.89 180.73 -
System Red Green Blue C M Y K H S L
Decimal 180 43 237 0.24 0.82 0 0.07 282.37 0.84 0.55
Hex B4 2B ED 18 52 0 7 11A 54 37
Octal 264 53 355 30 122 0 7 432 124 67
Binary 10110100 101011 11101101 11000 1010010 0 111 100011010 1010100 110111

Color Harmonies of #B42BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BED

Black with #B42BED

Text Example


Text Example

White with #B42BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BED; }

 p { color: rgb(180,43,237); }

 H1.HeaderClassName
 {
   color: #B42BED;
 }
 .AnyTagClassName
 {
   color: #B42BED;
 }
</style>

background-color css

<style>
 a { background-color: #B42BED; }

 a { background-color: rgb(180,43,237); }

 div.DivClassName
 {
   background-color: #B42BED;
 }
 .BgClassName
 {
   background-color: #B42BED;
 }
</style>

border-color css

<style>
 span { border-color: #B42BED; }

 span { border-color: rgb(180,43,237); }

 td.TdClassName
 {
   border-color: #B42BED;
 }
 .TagClassName
 {
   border-color: #B42BED;
 }
</style>