Html Css Color HEX #B65EFB Medium Orchid

📋 copy color: '#B65EFB'

red 182 ◦ green 94 ◦ blue 251

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

Shades of Medium Orchid #B65EFB

Tints of Medium Orchid #B65EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.84%

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

R = 34.54%
G = 17.84%
B = 47.63%

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

#B65EFB (or 0xB65EFB) is known color: Medium Orchid. HEX triplet: B6, 5E and FB. RGB value is (182,94,251). Sum of RGB (Red+Green+Blue) = 182+94+251=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #B65EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65EFB is #49A104. Grayscale: #898989. Windows color (decimal): -4825349 or 16473782. OLE color: 16473782.

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

Color convert

RGB 182 94 251 -
CMYK 0.27 0.63 0 0.02
HSL 273.63º 0.95% 0.68% -
HSV(B) 273.63º 0.63% 0.98% -
XYZ 40.71 24.92 93.93 -
YUV 138.21 191.65 159.23 -
System Red Green Blue C M Y K H S L
Decimal 182 94 251 0.27 0.63 0 0.02 273.63 0.95 0.68
Hex B6 5E FB 1B 3F 0 2 112 5F 44
Octal 266 136 373 33 77 0 2 422 137 104
Binary 10110110 1011110 11111011 11011 111111 0 10 100010010 1011111 1000100

Color Harmonies of #B65EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65EFB

Black with #B65EFB

Text Example


Text Example

White with #B65EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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