Html Css Color HEX #B03ACF Dark Orchid

📋 copy color: '#B03ACF'

red 176 ◦ green 58 ◦ blue 207

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

Shades of Dark Orchid #B03ACF

Tints of Dark Orchid #B03ACF

RGB

 RED value IS 176 (69.14% from 255) = 39.91%

 GREEN value IS 58 (23.05% from 255) = 13.15%

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

R = 39.91%
G = 13.15%
B = 46.94%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B03ACF (or 0xB03ACF) is known color: Dark Orchid. HEX triplet: B0, 3A and CF. RGB value is (176,58,207). Sum of RGB (Red+Green+Blue) = 176+58+207=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #B03ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ACF is #4FC530. Grayscale: #6D6D6D. Windows color (decimal): -5227825 or 13580976. OLE color: 13580976.

HSL color Cylindrical-coordinate representation of color #B03ACF: hue angle of 287.52º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03ACF is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 58 207 -
CMYK 0.15 0.72 0 0.19
HSL 287.52º 0.61% 0.52% -
HSV(B) 287.52º 0.72% 0.81% -
XYZ 30.68 16.76 60.65 -
YUV 110.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 176 58 207 0.15 0.72 0 0.19 287.52 0.61 0.52
Hex B0 3A CF F 48 0 13 120 3D 34
Octal 260 72 317 17 110 0 23 440 75 64
Binary 10110000 111010 11001111 1111 1001000 0 10011 100100000 111101 110100

Color Harmonies of #B03ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03ACF

Black with #B03ACF

Text Example


Text Example

White with #B03ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03ACF; }

 p { color: rgb(176,58,207); }

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

background-color css

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

 a { background-color: rgb(176,58,207); }

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

border-color css

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

 span { border-color: rgb(176,58,207); }

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