Html Css Color HEX #BD67FE Heliotrope

📋 copy color: '#BD67FE'

red 189 ◦ green 103 ◦ blue 254

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

Shades of Heliotrope #BD67FE

Tints of Heliotrope #BD67FE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.86%

 BLUE value IS 254 (99.61% from 255) = 46.52%

R = 34.62%
G = 18.86%
B = 46.52%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD67FE (or 0xBD67FE) is known color: Heliotrope. HEX triplet: BD, 67 and FE. RGB value is (189,103,254). Sum of RGB (Red+Green+Blue) = 189+103+254=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD67FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD67FE is #429801. Grayscale: #919191. Windows color (decimal): -4364290 or 16672701. OLE color: 16672701.

HSL color Cylindrical-coordinate representation of color #BD67FE: hue angle of 274.17º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD67FE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 103 254 -
CMYK 0.26 0.59 0 0.00
HSL 274.17º 0.99% 0.7% -
HSV(B) 274.17º 0.59% 1% -
XYZ 43.73 27.68 96.8 -
YUV 145.93 188.99 158.72 -
System Red Green Blue C M Y K H S L
Decimal 189 103 254 0.26 0.59 0 0.00 274.17 0.99 0.7
Hex BD 67 FE 1A 3B 0 0 112 63 46
Octal 275 147 376 32 73 0 0 422 143 106
Binary 10111101 1100111 11111110 11010 111011 0 0 100010010 1100011 1000110

Color Harmonies of #BD67FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD67FE

Black with #BD67FE

Text Example


Text Example

White with #BD67FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD67FE; }

 p { color: rgb(189,103,254); }

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

background-color css

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

 a { background-color: rgb(189,103,254); }

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

border-color css

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

 span { border-color: rgb(189,103,254); }

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