Html Css Color HEX #B229F0 Dark Orchid

📋 copy color: '#B229F0'

red 178 ◦ green 41 ◦ blue 240

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

Shades of Dark Orchid #B229F0

Tints of Dark Orchid #B229F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 52.29%

R = 38.78%
G = 8.93%
B = 52.29%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B229F0 (or 0xB229F0) is known color: Dark Orchid. HEX triplet: B2, 29 and F0. RGB value is (178,41,240). Sum of RGB (Red+Green+Blue) = 178+41+240=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 240 (94.14% from 255 or 52.29% from 459); Max value from RGB is 240 - color contains mainly: blue. Hex color #B229F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229F0 is #4DD60F. Grayscale: #676767. Windows color (decimal): -5101072 or 15739314. OLE color: 15739314.

HSL color Cylindrical-coordinate representation of color #B229F0: hue angle of 281.31º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B229F0 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 41 240 -
CMYK 0.26 0.83 0 0.06
HSL 281.31º 0.87% 0.55% -
HSV(B) 281.31º 0.83% 0.94% -
XYZ 34.88 17.34 83.95 -
YUV 104.65 204.39 180.32 -
System Red Green Blue C M Y K H S L
Decimal 178 41 240 0.26 0.83 0 0.06 281.31 0.87 0.55
Hex B2 29 F0 1A 53 0 6 119 57 37
Octal 262 51 360 32 123 0 6 431 127 67
Binary 10110010 101001 11110000 11010 1010011 0 110 100011001 1010111 110111

Color Harmonies of #B229F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229F0

Black with #B229F0

Text Example


Text Example

White with #B229F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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