Html Css Color HEX #BD6FEE Heliotrope

📋 copy color: '#BD6FEE'

red 189 ◦ green 111 ◦ blue 238

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

Shades of Heliotrope #BD6FEE

Tints of Heliotrope #BD6FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.63%

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

R = 35.13%
G = 20.63%
B = 44.24%

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

#BD6FEE (or 0xBD6FEE) is known color: Heliotrope. HEX triplet: BD, 6F and EE. RGB value is (189,111,238). Sum of RGB (Red+Green+Blue) = 189+111+238=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD6FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6FEE is #429011. Grayscale: #949494. Windows color (decimal): -4362258 or 15626173. OLE color: 15626173.

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

Color convert

RGB 189 111 238 -
CMYK 0.21 0.53 0 0.07
HSL 276.85º 0.79% 0.68% -
HSV(B) 276.85º 0.53% 0.93% -
XYZ 42.1 28.36 84.14 -
YUV 148.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 189 111 238 0.21 0.53 0 0.07 276.85 0.79 0.68
Hex BD 6F EE 15 35 0 7 115 4F 44
Octal 275 157 356 25 65 0 7 425 117 104
Binary 10111101 1101111 11101110 10101 110101 0 111 100010101 1001111 1000100

Color Harmonies of #BD6FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FEE

Black with #BD6FEE

Text Example


Text Example

White with #BD6FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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