Html Css Color HEX #B335CF Dark Orchid

📋 copy color: '#B335CF'

red 179 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #B335CF

Tints of Dark Orchid #B335CF

RGB

 RED value IS 179 (70.31% from 255) = 40.77%

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

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

R = 40.77%
G = 12.07%
B = 47.15%

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

#B335CF (or 0xB335CF) is known color: Dark Orchid. HEX triplet: B3, 35 and CF. RGB value is (179,53,207). Sum of RGB (Red+Green+Blue) = 179+53+207=439 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.77% from 439); Green value is 53 (21.09% from 255 or 12.07% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #B335CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335CF is #4CCA30. Grayscale: #6B6B6B. Windows color (decimal): -5032497 or 13579699. OLE color: 13579699.

HSL color Cylindrical-coordinate representation of color #B335CF: hue angle of 289.09º 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 #B335CF is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 53 207 -
CMYK 0.14 0.74 0 0.19
HSL 289.09º 0.62% 0.51% -
HSV(B) 289.09º 0.74% 0.81% -
XYZ 31.13 16.63 60.6 -
YUV 108.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 179 53 207 0.14 0.74 0 0.19 289.09 0.62 0.51
Hex B3 35 CF E 4A 0 13 121 3E 33
Octal 263 65 317 16 112 0 23 441 76 63
Binary 10110011 110101 11001111 1110 1001010 0 10011 100100001 111110 110011

Color Harmonies of #B335CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B335CF

Black with #B335CF

Text Example


Text Example

White with #B335CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B335CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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