Html Css Color HEX #B235CB Dark Orchid

📋 copy color: '#B235CB'

red 178 ◦ green 53 ◦ blue 203

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

Shades of Dark Orchid #B235CB

Tints of Dark Orchid #B235CB

RGB

 RED value IS 178 (69.92% from 255) = 41.01%

 GREEN value IS 53 (21.09% from 255) = 12.21%

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

R = 41.01%
G = 12.21%
B = 46.77%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B235CB (or 0xB235CB) is known color: Dark Orchid. HEX triplet: B2, 35 and CB. RGB value is (178,53,203). Sum of RGB (Red+Green+Blue) = 178+53+203=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #B235CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B235CB is #4DCA34. Grayscale: #6B6B6B. Windows color (decimal): -5098037 or 13317554. OLE color: 13317554.

HSL color Cylindrical-coordinate representation of color #B235CB: hue angle of 290º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B235CB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 53 203 -
CMYK 0.12 0.74 0 0.20
HSL 290º 0.59% 0.5% -
HSV(B) 290º 0.74% 0.8% -
XYZ 30.41 16.32 58.05 -
YUV 107.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 178 53 203 0.12 0.74 0 0.20 290 0.59 0.5
Hex B2 35 CB C 4A 0 14 122 3B 32
Octal 262 65 313 14 112 0 24 442 73 62
Binary 10110010 110101 11001011 1100 1001010 0 10100 100100010 111011 110010

Color Harmonies of #B235CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B235CB

Black with #B235CB

Text Example


Text Example

White with #B235CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B235CB; }

 p { color: rgb(178,53,203); }

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

background-color css

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

 a { background-color: rgb(178,53,203); }

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

border-color css

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

 span { border-color: rgb(178,53,203); }

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