Html Css Color HEX #B65DFB Medium Orchid

📋 copy color: '#B65DFB'

red 182 ◦ green 93 ◦ blue 251

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

Shades of Medium Orchid #B65DFB

Tints of Medium Orchid #B65DFB

RGB

 RED value IS 182 (71.48% from 255) = 34.6%

 GREEN value IS 93 (36.72% from 255) = 17.68%

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

R = 34.6%
G = 17.68%
B = 47.72%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B65DFB (or 0xB65DFB) is known color: Medium Orchid. HEX triplet: B6, 5D and FB. RGB value is (182,93,251). Sum of RGB (Red+Green+Blue) = 182+93+251=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #B65DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65DFB is #49A204. Grayscale: #898989. Windows color (decimal): -4825605 or 16473526. OLE color: 16473526.

HSL color Cylindrical-coordinate representation of color #B65DFB: hue angle of 273.8º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B65DFB is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 93 251 -
CMYK 0.27 0.63 0 0.02
HSL 273.8º 0.95% 0.67% -
HSV(B) 273.8º 0.63% 0.98% -
XYZ 40.62 24.74 93.9 -
YUV 137.62 191.99 159.65 -
System Red Green Blue C M Y K H S L
Decimal 182 93 251 0.27 0.63 0 0.02 273.8 0.95 0.67
Hex B6 5D FB 1B 3F 0 2 112 5F 43
Octal 266 135 373 33 77 0 2 422 137 103
Binary 10110110 1011101 11111011 11011 111111 0 10 100010010 1011111 1000011

Color Harmonies of #B65DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65DFB

Black with #B65DFB

Text Example


Text Example

White with #B65DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65DFB; }

 p { color: rgb(182,93,251); }

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

background-color css

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

 a { background-color: rgb(182,93,251); }

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

border-color css

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

 span { border-color: rgb(182,93,251); }

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