Html Css Color HEX #B65ACB Medium Orchid

📋 copy color: '#B65ACB'

red 182 ◦ green 90 ◦ blue 203

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

Shades of Medium Orchid #B65ACB

Tints of Medium Orchid #B65ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 38.32%
G = 18.95%
B = 42.74%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B65ACB (or 0xB65ACB) is known color: Medium Orchid. HEX triplet: B6, 5A and CB. RGB value is (182,90,203). Sum of RGB (Red+Green+Blue) = 182+90+203=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #B65ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65ACB is #49A534. Grayscale: #828282. Windows color (decimal): -4826421 or 13327030. OLE color: 13327030.

HSL color Cylindrical-coordinate representation of color #B65ACB: hue angle of 288.85º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B65ACB is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 90 203 -
CMYK 0.10 0.56 0 0.20
HSL 288.85º 0.52% 0.57% -
HSV(B) 288.85º 0.56% 0.8% -
XYZ 33.73 21.57 58.89 -
YUV 130.39 168.98 164.81 -
System Red Green Blue C M Y K H S L
Decimal 182 90 203 0.10 0.56 0 0.20 288.85 0.52 0.57
Hex B6 5A CB A 38 0 14 121 34 39
Octal 266 132 313 12 70 0 24 441 64 71
Binary 10110110 1011010 11001011 1010 111000 0 10100 100100001 110100 111001

Color Harmonies of #B65ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65ACB

Black with #B65ACB

Text Example


Text Example

White with #B65ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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