Html Css Color HEX #BD65F1 Medium Orchid

📋 copy color: '#BD65F1'

red 189 ◦ green 101 ◦ blue 241

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

Shades of Medium Orchid #BD65F1

Tints of Medium Orchid #BD65F1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.02%

 BLUE value IS 241 (94.53% from 255) = 45.39%

R = 35.59%
G = 19.02%
B = 45.39%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD65F1 (or 0xBD65F1) is known color: Medium Orchid. HEX triplet: BD, 65 and F1. RGB value is (189,101,241). Sum of RGB (Red+Green+Blue) = 189+101+241=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD65F1 is #429A0E. Grayscale: #8E8E8E. Windows color (decimal): -4364815 or 15820221. OLE color: 15820221.

HSL color Cylindrical-coordinate representation of color #BD65F1: hue angle of 277.71º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD65F1 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 101 241 -
CMYK 0.22 0.58 0 0.05
HSL 277.71º 0.83% 0.67% -
HSV(B) 277.71º 0.58% 0.95% -
XYZ 41.52 26.48 86.14 -
YUV 143.27 183.15 160.62 -
System Red Green Blue C M Y K H S L
Decimal 189 101 241 0.22 0.58 0 0.05 277.71 0.83 0.67
Hex BD 65 F1 16 3A 0 5 116 53 43
Octal 275 145 361 26 72 0 5 426 123 103
Binary 10111101 1100101 11110001 10110 111010 0 101 100010110 1010011 1000011

Color Harmonies of #BD65F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD65F1

Black with #BD65F1

Text Example


Text Example

White with #BD65F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD65F1; }

 p { color: rgb(189,101,241); }

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

background-color css

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

 a { background-color: rgb(189,101,241); }

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

border-color css

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

 span { border-color: rgb(189,101,241); }

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