Html Css Color HEX #B653CF Medium Orchid

📋 copy color: '#B653CF'

red 182 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #B653CF

Tints of Medium Orchid #B653CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.58%

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 38.56%
G = 17.58%
B = 43.86%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B653CF (or 0xB653CF) is known color: Medium Orchid. HEX triplet: B6, 53 and CF. RGB value is (182,83,207). Sum of RGB (Red+Green+Blue) = 182+83+207=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #B653CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653CF is #49AC30. Grayscale: #7E7E7E. Windows color (decimal): -4828209 or 13587382. OLE color: 13587382.

HSL color Cylindrical-coordinate representation of color #B653CF: hue angle of 287.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B653CF is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 83 207 -
CMYK 0.12 0.60 0 0.19
HSL 287.9º 0.56% 0.57% -
HSV(B) 287.9º 0.6% 0.81% -
XYZ 33.65 20.64 61.24 -
YUV 126.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 182 83 207 0.12 0.60 0 0.19 287.9 0.56 0.57
Hex B6 53 CF C 3C 0 13 120 38 39
Octal 266 123 317 14 74 0 23 440 70 71
Binary 10110110 1010011 11001111 1100 111100 0 10011 100100000 111000 111001

Color Harmonies of #B653CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B653CF

Black with #B653CF

Text Example


Text Example

White with #B653CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B653CF; }

 p { color: rgb(182,83,207); }

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

background-color css

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

 a { background-color: rgb(182,83,207); }

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

border-color css

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

 span { border-color: rgb(182,83,207); }

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