Html Css Color HEX #B65BFB Medium Orchid

📋 copy color: '#B65BFB'

red 182 ◦ green 91 ◦ blue 251

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

Shades of Medium Orchid #B65BFB

Tints of Medium Orchid #B65BFB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.37%

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

R = 34.73%
G = 17.37%
B = 47.9%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B65BFB (or 0xB65BFB) is known color: Medium Orchid. HEX triplet: B6, 5B and FB. RGB value is (182,91,251). Sum of RGB (Red+Green+Blue) = 182+91+251=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #B65BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65BFB is #49A404. Grayscale: #878787. Windows color (decimal): -4826117 or 16473014. OLE color: 16473014.

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

Color convert

RGB 182 91 251 -
CMYK 0.27 0.64 0 0.02
HSL 274.13º 0.95% 0.67% -
HSV(B) 274.13º 0.64% 0.98% -
XYZ 40.45 24.39 93.84 -
YUV 136.45 192.65 160.49 -
System Red Green Blue C M Y K H S L
Decimal 182 91 251 0.27 0.64 0 0.02 274.13 0.95 0.67
Hex B6 5B FB 1B 40 0 2 112 5F 43
Octal 266 133 373 33 100 0 2 422 137 103
Binary 10110110 1011011 11111011 11011 1000000 0 10 100010010 1011111 1000011

Color Harmonies of #B65BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65BFB

Black with #B65BFB

Text Example


Text Example

White with #B65BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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