Html Css Color HEX #8B0CFB Blue Violet

📋 copy color: '#8B0CFB'

red 139 ◦ green 12 ◦ blue 251

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

Shades of Blue Violet #8B0CFB

Tints of Blue Violet #8B0CFB

RGB

 RED value IS 139 (54.69% from 255) = 34.58%

 GREEN value IS 12 (5.08% from 255) = 2.99%

 BLUE value IS 251 (98.44% from 255) = 62.44%

R = 34.58%
G = 2.99%
B = 62.44%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B0CFB (or 0x8B0CFB) is known color: Blue Violet. HEX triplet: 8B, 0C and FB. RGB value is (139,12,251). Sum of RGB (Red+Green+Blue) = 139+12+251=402 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.58% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 251 (98.44% from 255 or 62.44% from 402); Max value from RGB is 251 - color contains mainly: blue. Hex color #8B0CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B0CFB is #74F304. Grayscale: #4C4C4C. Windows color (decimal): -7664389 or 16452747. OLE color: 16452747.

HSL color Cylindrical-coordinate representation of color #8B0CFB: hue angle of 271.88º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B0CFB is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 12 251 -
CMYK 0.45 0.95 0 0.02
HSL 271.88º 0.97% 0.52% -
HSV(B) 271.88º 0.95% 0.98% -
XYZ 28.19 12.72 92.24 -
YUV 77.22 226.08 172.07 -
System Red Green Blue C M Y K H S L
Decimal 139 12 251 0.45 0.95 0 0.02 271.88 0.97 0.52
Hex 8B C FB 2D 5F 0 2 110 61 34
Octal 213 14 373 55 137 0 2 420 141 64
Binary 10001011 1100 11111011 101101 1011111 0 10 100010000 1100001 110100

Color Harmonies of #8B0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0CFB

Black with #8B0CFB

Text Example


Text Example

White with #8B0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0CFB; }

 p { color: rgb(139,12,251); }

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

background-color css

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

 a { background-color: rgb(139,12,251); }

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

border-color css

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

 span { border-color: rgb(139,12,251); }

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