Html Css Color HEX #B334CF Dark Orchid

📋 copy color: '#B334CF'

red 179 ◦ green 52 ◦ blue 207

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

Shades of Dark Orchid #B334CF

Tints of Dark Orchid #B334CF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.87%

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

R = 40.87%
G = 11.87%
B = 47.26%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B334CF (or 0xB334CF) is known color: Dark Orchid. HEX triplet: B3, 34 and CF. RGB value is (179,52,207). Sum of RGB (Red+Green+Blue) = 179+52+207=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 52 (20.70% from 255 or 11.87% 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 #B334CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B334CF is #4CCB30. Grayscale: #6B6B6B. Windows color (decimal): -5032753 or 13579443. OLE color: 13579443.

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

Color convert

RGB 179 52 207 -
CMYK 0.14 0.75 0 0.19
HSL 289.16º 0.62% 0.51% -
HSV(B) 289.16º 0.75% 0.81% -
XYZ 31.08 16.54 60.59 -
YUV 107.64 184.08 178.9 -
System Red Green Blue C M Y K H S L
Decimal 179 52 207 0.14 0.75 0 0.19 289.16 0.62 0.51
Hex B3 34 CF E 4B 0 13 121 3E 33
Octal 263 64 317 16 113 0 23 441 76 63
Binary 10110011 110100 11001111 1110 1001011 0 10011 100100001 111110 110011

Color Harmonies of #B334CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B334CF

Black with #B334CF

Text Example


Text Example

White with #B334CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B334CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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