Html Css Color HEX #B229CF Dark Orchid

📋 copy color: '#B229CF'

red 178 ◦ green 41 ◦ blue 207

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

Shades of Dark Orchid #B229CF

Tints of Dark Orchid #B229CF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.62%

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

R = 41.78%
G = 9.62%
B = 48.59%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B229CF (or 0xB229CF) is known color: Dark Orchid. HEX triplet: B2, 29 and CF. RGB value is (178,41,207). Sum of RGB (Red+Green+Blue) = 178+41+207=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #B229CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229CF is #4DD630. Grayscale: #646464. Windows color (decimal): -5101105 or 13576626. OLE color: 13576626.

HSL color Cylindrical-coordinate representation of color #B229CF: hue angle of 289.52º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B229CF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 41 207 -
CMYK 0.14 0.80 0 0.19
HSL 289.52º 0.67% 0.49% -
HSV(B) 289.52º 0.8% 0.81% -
XYZ 30.42 15.56 60.43 -
YUV 100.89 187.89 183 -
System Red Green Blue C M Y K H S L
Decimal 178 41 207 0.14 0.80 0 0.19 289.52 0.67 0.49
Hex B2 29 CF E 50 0 13 122 43 31
Octal 262 51 317 16 120 0 23 442 103 61
Binary 10110010 101001 11001111 1110 1010000 0 10011 100100010 1000011 110001

Color Harmonies of #B229CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229CF

Black with #B229CF

Text Example


Text Example

White with #B229CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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