Html Css Color HEX #B235CF Dark Orchid

📋 copy color: '#B235CF'

red 178 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #B235CF

Tints of Dark Orchid #B235CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 40.64%
G = 12.1%
B = 47.26%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B235CF (or 0xB235CF) is known color: Dark Orchid. HEX triplet: B2, 35 and CF. RGB value is (178,53,207). Sum of RGB (Red+Green+Blue) = 178+53+207=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #B235CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B235CF is #4DCA30. Grayscale: #6B6B6B. Windows color (decimal): -5098033 or 13579698. OLE color: 13579698.

HSL color Cylindrical-coordinate representation of color #B235CF: hue angle of 288.7º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B235CF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 53 207 -
CMYK 0.14 0.74 0 0.19
HSL 288.7º 0.62% 0.51% -
HSV(B) 288.7º 0.74% 0.81% -
XYZ 30.9 16.52 60.59 -
YUV 107.93 183.91 177.98 -
System Red Green Blue C M Y K H S L
Decimal 178 53 207 0.14 0.74 0 0.19 288.7 0.62 0.51
Hex B2 35 CF E 4A 0 13 121 3E 33
Octal 262 65 317 16 112 0 23 441 76 63
Binary 10110010 110101 11001111 1110 1001010 0 10011 100100001 111110 110011

Color Harmonies of #B235CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B235CF

Black with #B235CF

Text Example


Text Example

White with #B235CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B235CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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