Html Css Color HEX #B65AFB Medium Orchid

📋 copy color: '#B65AFB'

red 182 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #B65AFB

Tints of Medium Orchid #B65AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.21%

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

R = 34.8%
G = 17.21%
B = 47.99%

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

#B65AFB (or 0xB65AFB) is known color: Medium Orchid. HEX triplet: B6, 5A and FB. RGB value is (182,90,251). Sum of RGB (Red+Green+Blue) = 182+90+251=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #B65AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65AFB is #49A504. Grayscale: #878787. Windows color (decimal): -4826373 or 16472758. OLE color: 16472758.

HSL color Cylindrical-coordinate representation of color #B65AFB: hue angle of 274.29º 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 #B65AFB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 90 251 -
CMYK 0.27 0.64 0 0.02
HSL 274.29º 0.95% 0.67% -
HSV(B) 274.29º 0.64% 0.98% -
XYZ 40.36 24.22 93.81 -
YUV 135.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 182 90 251 0.27 0.64 0 0.02 274.29 0.95 0.67
Hex B6 5A FB 1B 40 0 2 112 5F 43
Octal 266 132 373 33 100 0 2 422 137 103
Binary 10110110 1011010 11111011 11011 1000000 0 10 100010010 1011111 1000011

Color Harmonies of #B65AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65AFB

Black with #B65AFB

Text Example


Text Example

White with #B65AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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