Html Css Color HEX #B234CE Dark Orchid

📋 copy color: '#B234CE'

red 178 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #B234CE

Tints of Dark Orchid #B234CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 40.83%
G = 11.93%
B = 47.25%

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

#B234CE (or 0xB234CE) is known color: Dark Orchid. HEX triplet: B2, 34 and CE. RGB value is (178,52,206). Sum of RGB (Red+Green+Blue) = 178+52+206=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #B234CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B234CE is #4DCB31. Grayscale: #6A6A6A. Windows color (decimal): -5098290 or 13513906. OLE color: 13513906.

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

Color convert

RGB 178 52 206 -
CMYK 0.14 0.75 0 0.19
HSL 289.09º 0.61% 0.51% -
HSV(B) 289.09º 0.75% 0.81% -
XYZ 30.73 16.38 59.93 -
YUV 107.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 178 52 206 0.14 0.75 0 0.19 289.09 0.61 0.51
Hex B2 34 CE E 4B 0 13 121 3D 33
Octal 262 64 316 16 113 0 23 441 75 63
Binary 10110010 110100 11001110 1110 1001011 0 10011 100100001 111101 110011

Color Harmonies of #B234CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B234CE

Black with #B234CE

Text Example


Text Example

White with #B234CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B234CE; }

 p { color: rgb(178,52,206); }

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

background-color css

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

 a { background-color: rgb(178,52,206); }

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

border-color css

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

 span { border-color: rgb(178,52,206); }

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