Html Css Color HEX #B230CF Dark Orchid

📋 copy color: '#B230CF'

red 178 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #B230CF

Tints of Dark Orchid #B230CF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.09%

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

R = 41.11%
G = 11.09%
B = 47.81%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B230CF (or 0xB230CF) is known color: Dark Orchid. HEX triplet: B2, 30 and CF. RGB value is (178,48,207). Sum of RGB (Red+Green+Blue) = 178+48+207=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #B230CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230CF is #4DCF30. Grayscale: #686868. Windows color (decimal): -5099313 or 13578418. OLE color: 13578418.

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

Color convert

RGB 178 48 207 -
CMYK 0.14 0.77 0 0.19
HSL 289.06º 0.62% 0.5% -
HSV(B) 289.06º 0.77% 0.81% -
XYZ 30.68 16.08 60.52 -
YUV 105 185.57 180.07 -
System Red Green Blue C M Y K H S L
Decimal 178 48 207 0.14 0.77 0 0.19 289.06 0.62 0.5
Hex B2 30 CF E 4D 0 13 121 3E 32
Octal 262 60 317 16 115 0 23 441 76 62
Binary 10110010 110000 11001111 1110 1001101 0 10011 100100001 111110 110010

Color Harmonies of #B230CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B230CF

Black with #B230CF

Text Example


Text Example

White with #B230CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B230CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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