Html Css Color HEX #B623CB Dark Orchid

📋 copy color: '#B623CB'

red 182 ◦ green 35 ◦ blue 203

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

Shades of Dark Orchid #B623CB

Tints of Dark Orchid #B623CB

RGB

 RED value IS 182 (71.48% from 255) = 43.33%

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

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

R = 43.33%
G = 8.33%
B = 48.33%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B623CB (or 0xB623CB) is known color: Dark Orchid. HEX triplet: B6, 23 and CB. RGB value is (182,35,203). Sum of RGB (Red+Green+Blue) = 182+35+203=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 35 (14.06% from 255 or 8.33% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #B623CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623CB is #49DC34. Grayscale: #616161. Windows color (decimal): -4840501 or 13312950. OLE color: 13312950.

HSL color Cylindrical-coordinate representation of color #B623CB: hue angle of 292.5º 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 #B623CB is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 35 203 -
CMYK 0.10 0.83 0 0.20
HSL 292.5º 0.71% 0.47% -
HSV(B) 292.5º 0.83% 0.8% -
XYZ 30.67 15.46 57.87 -
YUV 98.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 182 35 203 0.10 0.83 0 0.20 292.5 0.71 0.47
Hex B6 23 CB A 53 0 14 124 47 2F
Octal 266 43 313 12 123 0 24 444 107 57
Binary 10110110 100011 11001011 1010 1010011 0 10100 100100100 1000111 101111

Color Harmonies of #B623CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B623CB

Black with #B623CB

Text Example


Text Example

White with #B623CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B623CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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