Html Css Color HEX #BD70EE Heliotrope

📋 copy color: '#BD70EE'

red 189 ◦ green 112 ◦ blue 238

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

Shades of Heliotrope #BD70EE

Tints of Heliotrope #BD70EE

RGB

 RED value IS 189 (74.22% from 255) = 35.06%

 GREEN value IS 112 (44.14% from 255) = 20.78%

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 35.06%
G = 20.78%
B = 44.16%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD70EE (or 0xBD70EE) is known color: Heliotrope. HEX triplet: BD, 70 and EE. RGB value is (189,112,238). Sum of RGB (Red+Green+Blue) = 189+112+238=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD70EE is #428F11. Grayscale: #949494. Windows color (decimal): -4362002 or 15626429. OLE color: 15626429.

HSL color Cylindrical-coordinate representation of color #BD70EE: hue angle of 276.67º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD70EE is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 112 238 -
CMYK 0.21 0.53 0 0.07
HSL 276.67º 0.79% 0.69% -
HSV(B) 276.67º 0.53% 0.93% -
XYZ 42.21 28.58 84.18 -
YUV 149.39 178.01 156.25 -
System Red Green Blue C M Y K H S L
Decimal 189 112 238 0.21 0.53 0 0.07 276.67 0.79 0.69
Hex BD 70 EE 15 35 0 7 115 4F 45
Octal 275 160 356 25 65 0 7 425 117 105
Binary 10111101 1110000 11101110 10101 110101 0 111 100010101 1001111 1000101

Color Harmonies of #BD70EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD70EE

Black with #BD70EE

Text Example


Text Example

White with #BD70EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD70EE; }

 p { color: rgb(189,112,238); }

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

background-color css

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

 a { background-color: rgb(189,112,238); }

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

border-color css

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

 span { border-color: rgb(189,112,238); }

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