Html Css Color HEX #B423CB Dark Orchid

📋 copy color: '#B423CB'

red 180 ◦ green 35 ◦ blue 203

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

Shades of Dark Orchid #B423CB

Tints of Dark Orchid #B423CB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.37%

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 43.06%
G = 8.37%
B = 48.56%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B423CB (or 0xB423CB) is known color: Dark Orchid. HEX triplet: B4, 23 and CB. RGB value is (180,35,203). Sum of RGB (Red+Green+Blue) = 180+35+203=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #B423CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423CB is #4BDC34. Grayscale: #606060. Windows color (decimal): -4971573 or 13312948. OLE color: 13312948.

HSL color Cylindrical-coordinate representation of color #B423CB: hue angle of 291.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B423CB is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 35 203 -
CMYK 0.11 0.83 0 0.20
HSL 291.79º 0.71% 0.47% -
HSV(B) 291.79º 0.83% 0.8% -
XYZ 30.2 15.22 57.85 -
YUV 97.51 187.54 186.84 -
System Red Green Blue C M Y K H S L
Decimal 180 35 203 0.11 0.83 0 0.20 291.79 0.71 0.47
Hex B4 23 CB B 53 0 14 124 47 2F
Octal 264 43 313 13 123 0 24 444 107 57
Binary 10110100 100011 11001011 1011 1010011 0 10100 100100100 1000111 101111

Color Harmonies of #B423CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B423CB

Black with #B423CB

Text Example


Text Example

White with #B423CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B423CB; }

 p { color: rgb(180,35,203); }

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

background-color css

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

 a { background-color: rgb(180,35,203); }

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

border-color css

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

 span { border-color: rgb(180,35,203); }

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